home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / megavert.zip / COMPRESS.FAQ next >
Text File  |  1995-01-30  |  4KB  |  97 lines

  1.  
  2. [This text is from the comp.compression FAQ List]
  3. [Edited and reproduced with permission from Jean-loup Gailly]
  4. [Edited to be specific to IBM PC systems, and for brevity]
  5.  
  6. Last-modified: Jan 18th, 1995
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Subject: [2] What is this .xxx file type?
  11.              Where can I find the corresponding compression program?
  12.  
  13. All the programs mentioned in this section are lossless.
  14. For most programs, one US and one European ftp site are given.
  15. (oak.oakland.edu: 141.210.10.117, garbo.uwasa.fi: 128.214.87.1)
  16. Many other sites (in particular wuarchive.wustl.edu: 128.152.135.4)
  17. have the same programs.
  18.  
  19. To keep this list to a reasonable size, many programs are not
  20. mentioned here. Additional information can be found in the file
  21. ftp.cso.uiuc.edu:/doc/pcnet/compression [128.174.5.61] maintained by
  22. David Lemson (lemson@uiuc.edu). When several programs can handle
  23. the same archive format, only one of them is given.
  24.  
  25. Sources for additional lossless data compressors can be found in
  26. garbo.uwasa.fi:/pc/programming/lds_11.zip and
  27. oak.oakland.edu:/pub/msdos/archivers/lz-comp2.zip.
  28. See also turing.imag.fr:/pub/compression/codecs.dir.tar.gz
  29. for sources of RLE, Huffman and LZW.
  30. Sources in Pascal are in garbo.uwasa.fi:/pc/turbopas/preskit2.zip.
  31. Splay tree compression code is available on ftp.cs.uiowa.edu in
  32. directory /pub/jones/compress.
  33.  
  34. If you can't find a program given below, it is likely that a newer
  35. version exists in the same directory. (Tell me <jloup@chorus.fr>)
  36.  
  37. A very short description of the compression algorithm is given for
  38. most programs.
  39.  
  40. ext:  produced by or read by
  41.  
  42. .arc, .ark: arc, pkarc for MSDOS. (LZW algorithm)
  43.     wuarchive.wustl.edu:/mirrors/msdos/starter/pk361.exe
  44.     garbo.uwasa.fi:/pc/arcers/pk361.exe
  45.  
  46. .arj: arj for MSDOS (LZ77 with hashing, plus secondary static Huffman
  47.           encoding on a block basis)
  48.         Contact: Robert K Jung <robjung@world.std.com>
  49.         wuarchive.wustl.edu:/mirrors/msdos/archivers/arj241a.exe
  50.     garbo.uwasa.fi:/pc/arcers/arj241a.exe
  51.  
  52. .hap: Hamarsoft HAP 3.00 archiver. Contact: harald.feldmann@almac.co.uk
  53.         garbo.uwasa.fi:/pc/arcers/hap300re.zip
  54.  
  55. .lzh: lha for MSDOS (LZ77 with a trie data structure, plus secondary static
  56.           Huffman coding on a block basis)
  57.     oak.oakland.edu:/pub/msdos/archiver/lha213.exe   (exe)
  58.     oak.oakland.edu:/pub/msdos/archiver/lha211sr.zip (sources)
  59.     garbo.uwasa.fi:/pc/arcers/lha255b.exe
  60.  
  61. .pak: pak for MSDOS (LZW algorithm)
  62.         wuarchive.wustl.edu:/mirrors/msdos/archivers/pak251.exe
  63.     garbo.uwasa.fi:/pc/arcers/pak251.exe
  64.  
  65. .rar: RAR (MSDOS) Contact: Eugene_Roshal@p0.f23.n5010.z2.fidonet.org
  66.         oak.oakland.edu:/SimTel/msdos/archiver/rar1_52.exe
  67.         garbo.uwasa.fi:/pc/arcers/rar1_53.exe
  68.         ftp.kiae.su:/msdos/arcers/rar*.exe
  69.  
  70. .sqz: Squeeze for MSDOS (do not confuse with other 'squeeze' above)
  71.       LZ77 with hashing.
  72.     wuarchive.wustl.edu:/mirrors/msdos/archivers/sqz1083e.exe
  73.         garbo.uwasa.fi:/pc/arcers/sqz1083e.exe
  74.  
  75. .uc2: UC2 for MSDOS and OS/2. (LZ77 with secondary static Huffman encoding on
  76.      a block basis, and dynamic dictionaries shared among files.)
  77.     Contact: desk@aip.nl
  78.       garbo.uwasa.fi:/pc/arcers/uc2r2.exe
  79.  
  80. .zip: pkzip 1.10 for MSDOS. (LZ77 with hashing, plus secondary static
  81.           Shannon-Fano encoding on whole file). Contact: support@pkware.com
  82.          wuarchive.wustl.edu:/mirrors/msdos/zip/pkz110eu.exe.
  83.          garbo.uwasa.fi:/pc/goldies/pkz110eu.exe.
  84.            Note: pkz110eu.exe is an 'export' version without encryption.
  85.  
  86.       pkzip 2.04g for MSDOS. (LZ77 with hashing, plus secondary static
  87.            Huffman coding on a block basis). Contact: support@pkware.com
  88.      oak.oakland.edu:/pub/msdos/zip/pkz204g.exe
  89.          garbo.uwasa.fi:/pc/arcers/pkz204g.exe
  90.  
  91. .zoo: zoo 2.10 for MSDOS (algorithm copied from that of lha, see lha above)
  92.       Contact: Rahul Dhesi <dhesi@cirrus.com>
  93.      wuarchive.wustl.edu:/mirrors/msdos/zoo/zoo210.exe
  94.      garbo.uwasa.fi:/pc/arcers/zoo210.exe
  95.  
  96. ------------------------------------------------------------------------------
  97.